home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / Prefs / CUCDprefs < prev    next >
Text File  |  1997-12-16  |  599b  |  23 lines

  1. ;Execute :InitCD CHECK
  2.  
  3. Version >NIL: version 39
  4. if WARN
  5.     echo "*N    You need Workbench 3 to run CUCDprefs"
  6.     echo "*N    InitCD will set up default preferences for Workbench 2"
  7.     echo "*N    Please read the documentation on IDer in the CDSupport"
  8.     echo "    directory for details of how edit this configuration"
  9.     echo "*N    Click the close gadget to continue...*N"
  10.     quit
  11.     endif
  12.  
  13.  
  14. cd :s
  15.  
  16. if $CDInit NOT EQ TRUE
  17.     RequestChoice >NIL: "CU Amiga CD" "You cannot edit the preferences*Nuntil InitCD has been run" "OK"
  18.     Quit
  19.     EndIf
  20.  
  21. :RexxC/MuiRexx CUCDPrefs.mrx port CDPREFS
  22.  
  23.